body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0; }
:focus { outline:0; }
address, caption, cite, code, dfn, em, th, var, optgroup { font-style:normal; font-weight:400; }
abbr, acronym { border:0; font-variant:normal; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; }
caption, th { text-align:left; }
sup, sub { font-size:100%; vertical-align:baseline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
.clear { clear:both; }
img { border:0;outline:0;}

a {
    text-decoration: none;
    color: #444;
}
body {
    font-family: "Microsoft YaHei";
    background: #FFF;
    font-size: .26rem;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 0 20px 0 #cccccc;
    background: #f1f1f1;
}

.top_wrap {
    width: 100%;
    height: .8rem;
    background-color: #FFF;
}

.top {
    width: 100%;
    height: .8rem;
    max-width: 480px;
    background-color: rgba(255,255,255,.9);
    border-bottom: 1px solid #dadada;
    top: 0;
    position: fixed;
    z-index: 99;
}

.head {
    width: 100%;
    padding: .14rem .3rem;
    box-sizing: border-box;
    position: relative;
}

.logo{
    width: 2.6rem;
    height: .48rem;
    float: left;
}

.logo img {
    width: 100%;
}

.search, .menu {
    width: .4rem;
    height: .4rem;
    float: right;
    margin-top: .06rem;
}

.menu {
    background: url(./icon_menu.png) no-repeat;
    background-size: 100%;
}

.search {
    background: url(./icon_mobile_search.png) no-repeat;
    background-size: 100%;
    margin-left: .2rem;
}

.search_box {
    width: 100%;
    position: absolute;
    left: 0;
    top: .9rem;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    padding: .3rem;
    box-sizing: border-box;
    z-index: 99;
    display: none;
}

.search_box_In {
    width: 100%;
    height: .5rem;
}

.search_box_In .search_ipt {
    width: 80%;
    height: 100%;
    line-height: 100%;
    padding-left: 2%;
    box-sizing: border-box;
    border: 0;
    float: left;
    background-color: #ebebeb;
}

.search_box_In .search_btn {
    width: 20%;
    height: 100%;
    line-height: .5rem;
    background-color: #689f38;
    text-align: center;
    color: #FFF;
    display: block;
    float: right;
    border: 0;
}

.sidr_main {
    width: 5.5rem;
    position: fixed;
    left: -5.5rem;
    top: .8rem;
    bottom: 0;
    background: rgba(0,0,0, .6);
    z-index: 999;
    overflow-y: scroll;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.sidr_main a {
    color: #f8f8f8;
    border-bottom: 1px solid #777;
    padding: 0.3rem .5rem;
    box-sizing: border-box;
}

.sidr_mainIn {
    color: #FFF;
}

.sidr_main.active{
    left: 0;
}

.close_menu {
    line-height: .8rem;
    text-align: center;
    border-bottom: 1px solid #777;
}

.menu_level1_box {
    color: #f8f8f8;
}

.menu_level1_box .menu_level1 {
    width: 100%;
    display: block;
}

.menu_level1_box ul {

}

.menu_level1_box ul li {

}

.menu_level1_box ul li a {
    width: 100%;
    padding: 0.3rem .5rem .3rem .8rem;
    box-sizing: border-box;
    display: block;
}



/* footer */

.footer {
    width: 100%;
    background-color: #689f38;
}

.footerIn {
    width: 100%;
    padding: .4rem 0;
    overflow: hidden;
}

.footer_code_box {
    width: 100%;
    /* float: left; */
    padding-bottom: .2rem;
    text-align: center;
}

.footer_code_box img {
    width: 2rem;
}

.footer_copyRight {
    color: #181818;
    text-align: center;
    padding: 0;
    margin: 0 .1rem;
    line-height: 1.8;
    font-size: .2rem;
}

.footer_copyRight a {
    color: #181818;
}

.footer_copyRight a:hover{
    color: #FFF;
}


/* scroll */

.scroll {
    width: .6rem;;
    position: fixed;
    right: .1rem;
    bottom: .5rem;
    z-index: 9999;
}

.scroll li {
    width: .6rem;
    height: .6rem;
    border: 1px solid #dadada;
    box-sizing: border-box;
    margin-bottom: .05rem;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.scroll li a {
    width: 100%;
    height: 100%;
    display: block;
}

.scroll-h a{
    background: url(./icon_arrow_up_link.png) no-repeat center;
    background-size: 50%;
}

/* .scroll-h a:hover{
    background: #689f38 url(./icon_arrow_up_active.png) no-repeat center;
    background-size: 50%;
} */

.scroll-b a{
    background: url(./icon_arrow_down_link.png) no-repeat center;
    background-size: 50%;
}

/* .scroll-b a:hover{
    background: #689f38 url(./icon_arrow_down_active.png) no-repeat center;
    background-size: 50%;
} */


/* 列表页 */

.list_ul {
    width: 100%;
}

.list_ul li {
    padding: .3rem .2rem .3rem .3rem;
    border: 1px solid #DDD;
    box-sizing: border-box;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    margin-bottom: .15rem
}

.new {
    line-height: .3rem;
    padding: 0 .1rem;
    color: #FFF;
    position: absolute;
    right: -1px;
    top: -1px;
    background-color: #689f38;
    font-size: .24rem;
}

.list_ul li::after {
    content: '';
    position: absolute;
    background: #689f38;
    top: .3rem;
    left: -1px;
    width: 5px;
    height: .5rem;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.list_ul li .see_all {
    line-height: 30px;
    padding: 0 12px;
    position: absolute;
    bottom: 18px;
    right: -1px;
    background-color: #689f38;
    color: #FFF;
}

.list_ul li .see_all:hover{
    background-color: #444;
}

.list_img {
    width: 2rem;
    height: 1.2rem;
    overflow: hidden;
    float: left;
    margin-right: .2rem;
}

.list_img img {
    width: auto;
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.list_content {
    position: relative;
    float: left;
}

.list_content h2 {
    font-size: .26rem;
    overflow: hidden;
    line-height: 1.5;
}

.list_content p {
    color: #777;
    line-height: 1.8;
    margin-top: 10px;
}

.list_date {
    position: absolute;
    left: 0;
    bottom: -3px;
    color: #999;
}

.isHasPic {
    width: 4.2rem;
}

.list_page {
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 2px;
    font-size: .24rem;
}

.list_page .page_left_btn,
.list_page .page_right_btn{
    position: absolute;
    top: 0;
}

.list_page .page_left_btn {
    left: 0;
}

.list_page .page_right_btn {
    right: 0;
}

.list_page p {
    line-height: .6rem;
    text-align: center;
    background: #FFF;
}


.list_page a {
    line-height: .6rem;
    display: block;
    border-radius: 2px;
    padding: 0 .25rem;
    background-color: #004D00;
    color: #FFF;
}
.list_page .page-numbers {
    display: none;
}
.list_page .page-numbers.active {
    display: inline-block;
    background: none;
    color: #000000;
}
/* .list_page a:hover,
.list_page a.active {
    background-color: #689f38;
    color: #FFF;
    border: 1px solid #004D00;
} */



/* 列表页右侧 */

.sidebar_adv {
    width: 100%;
    height: auto;
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #ddd;
    margin: 0 0 10px 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    padding: 3px;
    box-sizing: border-box;
}

.sidebar_adv img {
    display: block;
    width: 100%;
    height: auto;
}

/* 热门阅读 */
.sidebar_list_hotRead_ul {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.sidebar_list_hotRead_ul li {
    width: 100%;
    height: 22px;
    padding-left: 22px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 28px;
}

.sidebar_list_hotRead_ul li::before {
    font-size: 12px;
    text-align: center;
    color: #FFF;
    padding: 0 5px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    background-color: #ccc;
}

.sidebar_list_hotRead_ul li:nth-of-type(1)::before {
    content: '1';
    background-color: #689f38;
}

.sidebar_list_hotRead_ul li:nth-of-type(2)::before {
    content: '2';
    background-color: #689f38;
}

.sidebar_list_hotRead_ul li:nth-of-type(3)::before {
    content: '3';
    background-color: #689f38;
}

.sidebar_list_hotRead_ul li:nth-of-type(4)::before {
    content: '4';
}

.sidebar_list_hotRead_ul li:nth-of-type(5)::before {
    content: '5';
}

.sidebar_list_hotRead_ul li:nth-of-type(6)::before {
    content: '6';
}

.sidebar_list_hotRead_ul li:nth-of-type(7)::before {
    content: '7';
}

.sidebar_list_hotRead_ul li:nth-of-type(8)::before {
    content: '8';
}

.sidebar_list_hotRead_ul li:nth-of-type(9)::before {
    content: '9';
}

.sidebar_list_hotRead_ul li:nth-of-type(10) {
    padding-left: 28px;
}
.sidebar_list_hotRead_ul li:nth-of-type(10)::before {
    content: '10';
}



.breadcrumb {
    width: 100%;
    height: .5rem;
    padding: 0 .3rem;
    line-height: 40px;
    box-sizing: border-box;
}


/* 详情页 */

.content_detail {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 2px;
    padding: .2rem .2rem 1.2rem .2rem;
    position: relative;
}

.fontSize_btn {
    position: absolute;
    top: .2rem;
    left: .3rem;
    line-height: 1.8;
    width: .75rem;
    text-align: center;
    padding: 0 0 1px 0;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.fontSize_btn:hover {
    background-color: #004D00;
    color: #FFF;
}



.detail_title {
    position: relative;
    font-size: .3rem;
    line-height: 1.8;
    text-align: center;
    margin: .8rem -.3rem .5rem -.3rem;
    padding: .05rem .2rem;
    border-left: 5px solid #004D00;
    border-right: 5px solid #004D00;
}

.detail_abstract {
    border: 1px dashed #DDD;
    padding: .2rem;
    margin: 0 0 .3rem 0;
    position: relative;
}

.detail_abstract .abstract_title {
    font-weight: 600;
    color: #999;
    padding: 0 .2rem;
    position: absolute;
    background-color: #FFF;
    top: -.18rem;
    left: .3rem;
    display: block;
    color: #999;
}

.content_detail .detail_abstract p {
    color: #999;
    line-height: 1.8;
    text-indent: 0;
}

.source {
    position: absolute;
    background: #f8f8f8;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: .15rem .3rem;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 2px 2px;
    box-sizing: border-box;
}

/* 详情页中样式 */
.content_detail .detail_docHtml p {
    text-indent: 2em;
    line-height: 1.8;
    margin-bottom: .2rem;
    font-size: .3rem!important;
    font-family: Microsoft YaHei!important;
}

.content_detail img {
    max-width: 100% !important;
    height: auto!important;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
}

.font_big .detail_docHtml p {
    font-size: .34rem!important;
}

.font_small .detail_docHtml p {
    font-size: .3rem!important;
}
.content_detail .detail_docHtml * {
    text-indent: 2em;
    line-height: 1.8!important;
    margin-bottom: .2rem;
    font-size: .3rem!important;
    font-family: Microsoft YaHei!important;
}
.font_big .detail_docHtml * {
    font-size: .34rem!important;
}

.font_small .detail_docHtml * {
    font-size: .3rem!important;
}
.content_detail .detail_docHtml .text_align {
    text-indent: 0;
}
/* 公司领导 */

.leader_list_ul {
    width: 100%;
}

.leader_list_ul li {
    padding: .3rem;
    border: 1px solid #DDD;
    box-sizing: border-box;
    background-color: #FFF;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.leader_list_ul li::after {
    content: '';
    position: absolute;
    background: #689f38;
    top: 20px;
    left: -1px;
    width: 5px;
    height: 25px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
}

.leader_pic {
    width: 1.8rem;
    overflow: hidden;
    float: left;
}

.leader_pic img {
    width: 100%;
}

.leader_text {
    float: left;
    margin-left: .3rem;
    max-width: 4.3rem;
}

.leader_text h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

.leader_text p {
    line-height: 1.8;
    color: #777;
}


.widget {
    background: #fff;
    margin: 0 0 10px 0;
    border: 1px solid #dadada;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0 .4);
    box-sizing: border-box;
    margin-bottom: 10px;
}

.widget-title {
    background: #f8f8f8;
    height: .7rem;
    line-height: .7rem;
    border-bottom: 1px solid #dadada;
}

.widget_more {
    height: 100%;
    width: 40px;
    float: left;
    border-right: 1px solid #dadada;
    background: url(./icon_title2.png) no-repeat center;
    background-size: 100%;
}

.widget-title h3 {
    float: left;
    margin-left: 10px;
}

.content_right {
    /* width: 342px; */
    width: 28.6%;
    float: right;
}

/* 图书出版 */

.cols_num2 {
    width: 100%;
    overflow: hidden;
}

.cols_num2 .col_left,
.cols_num2 .col_right {
    width: 100%;
    box-sizing: border-box;
}

.cols_num2 img {
    display: block;
    width: 100%;
}

.cols_num2 .col_left {
    margin-bottom: .2rem;
}
/* 图书出版-热点专题  */

.hot_point_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.hot_point_pic img {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.hot_point_pic img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.hot_point,
.pic_content  {
    padding: .15rem .3rem .3rem .3rem;
}

.hot_point_pic_text {
    width: 90%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto 5px auto;
    padding: 5px 5px 0 5px;
    
}
.hot_point p {
    color: #777;
    margin: 0 0 5px 0;
    overflow: hidden;
    line-height: 1.8;
    font-size: .24rem;
}
.slsd img {
    width: 70%;
    display: block;
    margin: 0 auto .1rem;
}
.slsd .hot_point_pic_text {
    width: 100%;
}
.arrowListDate_ul {

}

.arrowListDate_ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(./icon_arrow_right.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: .16rem;
    display: block;
}

.arrowListDate_ul li {
    width: 100%;
    line-height: 2;
    position: relative;
    padding-left: .3rem;
    overflow: hidden;
}

.arrowListDate_ul li a {
    width: 98%;
    float: left;
    display: block;
    
}

.arrowListDate_ul li span {
    width: 16%;
    float: right;
    color: #999;
    display: block;
}

.pic_content img {
    width: 100%;
    height: 294px;
}

.pic_tips {
    width: 100%;
    border: 1px solid #DDD;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.pic_tips img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.pic_tips p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;

    opacity: 0;
    /* display: none; */
}

.pic_tips:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.pic_tips:hover p {
    /* display: block; */
    opacity: 1;
}

.allNumber_color li::before{
    background-color: #689f38;
}

.fullWith_adv {
    width: 100%;
}

.fullWith_adv img {
    width: 100%;
}


.footerIn .menu_footer {
    display: flex;
    justify-content: center;
}
.footerIn .menu_footer li {
    width: auto;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 .1rem;
}
.footerIn .menu_footer li a {
    color: #181818;
}
.content_tab1_con {
    overflow: hidden;
}
.thumbnail2 {
    float: left;
}
.thumbnail2 a img {
    float: left;
    width: 3rem;
    height: auto;
}
.entry-title {
    text-align: justify;
    word-break: break-all;
    font-size: .26rem;
    padding-left: .3rem;
    height: 3.7rem;
    line-height: 1.8;
    margin-right: .1rem;
    margin-top: -0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.list_img .cat {
    background: #004D00;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=70);
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    z-index: 1;
}
.list_img .cat a {
    color: #fff;
    line-height: .2rem;
    padding: 0 .2rem;
    font-size: .2rem;
}
.list_page .pages_num {
    display: none;
}